home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Anwendungen / AmigaEYE_V39.7 / ScreenNotifly.lha / ScreenNotify / fd / screennotify_lib.fd
Text File  |  1995-03-26  |  389b  |  18 lines

  1. ##base _ScreenNotifyBase
  2. ##bias 30
  3. *
  4. * fd/screennotify_lib.fd
  5. *
  6. * Function definitions for screennotify.library
  7. *
  8. * $VER: screennotify_lib.fd 1.0 (26.03.95)
  9. *
  10. ##public
  11. AddCloseScreenClient(screen,port,pri)(a0,a1,d0)
  12. RemCloseScreenClient(handle)(a0)
  13. AddPubScreenClient(port,pri)(a0,d0)
  14. RemPubScreenClient(handle)(a0)
  15. AddWorkbenchClient(port,pri)(a0,d0)
  16. RemWorkbenchClient(handle)(a0)
  17. ##end
  18.